chore(ci): call the shared claude-review workflow - #206
Merged
Conversation
Reduces claude.yml to its triggers and permissions grant; the author gate, runner selection and the claude-code-action and checkout pins now come from RoboFinSystems/robosystems/.github/workflows/claude-review.yml, where they are maintained once rather than in each repo. Also picks up the SHA-pinned checkout from the shared workflow - this repo was on the mutable actions/checkout@v7 tag. No behaviour change: the gate and permissions are identical, and select-runner returns ["ubuntu-latest"] without an API call while RUNNER_LABELS is github-hosted. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0113UQ7evQKHNf1L1tFiZzLD
Member
Author
|
@claude can you review? |
|
Claude finished @jfrench9's task in 1m 26s —— View job Reviewing PR #206
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Reduces
claude.ymlto its triggers plus the permissions grant (54 → 28 lines). The author gate, runner selection, and theclaude-code-action/checkoutpins now come fromRoboFinSystems/robosystems/.github/workflows/claude-review.yml.Eleven repos carry this file in two shapes that differ only in runner choice, so every
claude-code-actionpin bump is currently eleven PRs. This is the first repo onto the shared version.Also picks up the SHA-pinned checkout — this repo was on the mutable
actions/checkout@v7tag.No behaviour change: the gate and permissions are identical, and
select-runnerreturns["ubuntu-latest"]without an API call whileRUNNER_LABELSisgithub-hosted.Smoke test for the cross-repo path:
robosystemsalready runs the shared workflow via a relative path, but this is the first external caller — the@mainreference plussecrets: inheritis the untested part. An@claudemention on this PR exercises exactly that.